home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / boot / noclick_.lha / NoClick / NoClick.doc < prev    next >
Text File  |  1995-09-22  |  5KB  |  147 lines

  1.  
  2. /*
  3. **
  4. **  $VER: NoClick.doc 1.2 (22.9.95)
  5. **  NoClick 1.0
  6. **
  7. **  documentation
  8. **
  9. **  (C) Copyright 1994/1995 by Roland 'Gizzy' Mainz
  10. **          All Rights Reserved
  11. **
  12. */
  13.  
  14. =====================   NoClick 1.2 documentation   ========================
  15. ===========================================================================
  16. A   simple   tool   to  be  used   with  Kickstart 3.x,  written  by
  17.  Roland 'Gizzy' Mainz,  freeware, all rights reserved.
  18. No guarantee of any kind is made that  the programm described below in this
  19.  document is 100% reliable. You use this material on your own risk.
  20.  
  21. =========================== Misc ==========================================
  22. ===========================================================================
  23. Trackdisk clicking was a reason for sleepless nights.
  24. So I've looked for utilities including a 'noclick' option.
  25. Some were found - one got large amounts of memory, one crashes,
  26. another one causes Enforcer hits.
  27. So I've written my own version, including turn on, turn off trackdisk
  28. clicking for any unit (allows also non 3.5 drives), selecting the device
  29. and info version, WB multiselect support (e.g. project icons) etc.
  30.  
  31. Note that this tool requires V39 exec because exec pool functions are used.
  32.  
  33. =========================== Installation ==================================
  34. ===========================================================================
  35. After unpacking this archieve:
  36.  
  37. Workbench:
  38.   - Drop the 'NoClick' icon in your favorite drawer (like
  39.      "SYS:Utilities/").
  40.  
  41. Shell:
  42.   - Unpack this archieve at "SYS:Utilities/"
  43.     and add the following statements at your "S:user-startup" startup file:
  44.  
  45.     Assign NoClick: SYS:Utilities/NoClick
  46.     path NoClick: ADD
  47.   OR
  48.   - Drop/Copy the 'NoClick' file in your favorite directory
  49.     (like "Sys:Utilities").
  50.  
  51. =============================== Usage =====================================
  52. ===========================================================================
  53.  
  54.     NAME
  55.         NoClick -- NoClicking utility
  56.  
  57.     FORMAT
  58.         NoClick [DEV|DEVICE] <devicename> [UNIT] <deviceunit> [NOCLICK|OFF]
  59.         [CLICK|ON]
  60.  
  61.     TEMPLATE
  62.         DEV=DEVICE,UNIT/N,NOCLICK=OFF/S,CLICK=ON/S
  63.  
  64.     TOOLTYPES
  65.         DEV
  66.         DEVICE
  67.         UNIT/N
  68.         NOCLICK/S
  69.         OFF/S
  70.         CLICK/S
  71.         ON/S
  72.  
  73.     PURPOSE
  74.         Turns trackdisk clicking feature off.
  75.  
  76.     SPECIFICATION
  77.         Turns off the trackdisk.device click feature off.
  78.  
  79.         Use the DEV or DEVICE option to select another, trackdisk.device
  80.         compatible device.
  81.         UNIT option is used for selecting the requested device unit.
  82.         NOCLICK or OFF options turns off clicking,
  83.         CLICK or ON turns clicking on.
  84.         Whenever NOCLICK / OFF or CLICK / ON switches are missing,
  85.         NoClick puts out the current status of the noclick flag on
  86.         the stdout stream if started from shell or using a requester
  87.         if started from Workbench.
  88.  
  89.     BUGS
  90.         Setting both CLICK and NOCLICK switches is not valid,
  91.         the current behaviour is that the noclick flag will be set.
  92.         This will be fixed.
  93.  
  94. =============================== TODO ======================================
  95. ===========================================================================
  96.   - AmigaGuide document "NoClick.guide".
  97.   - Localisation of NoClick.
  98.   - INFO/S switch to force information output after noclick flag status
  99.     change.
  100.   - Fixing some simple bugs (see BUGS section above).
  101.   - Installer script
  102.  
  103. ============================== SOURCE =====================================
  104. ===========================================================================
  105. NoClick source may be recompiled (using DICE-C) by executing NoClick.c.
  106.  
  107. ====================== About old Version 1.1 ==============================
  108. ===========================================================================
  109. There is an old version outside, only given to friends.
  110. The only differences between V1.1 and this version V1.2 are
  111. - Forbid() / Permit() pair when changing trackdisk's noclick flag
  112. - Status information output
  113. - Code cleanup
  114. - SAS/C compiling statements removed because I don't have SAS/C :-(
  115.  
  116. =========================== Author's Request ==============================
  117. ===========================================================================
  118. By  releasing  this program I do  not  place any obligations on you,
  119. feel free to share this program with your  friends (and enemies).
  120.  
  121. If you want to blame me, report any bugs, or wants a new version
  122. send your letter to:
  123.                 Roland Mainz
  124.                 Hohenstaufenstraße 8
  125.                 D-52388 Nörvenich
  126.                 GERMANY
  127.  
  128. EMAIL is also available:
  129. If you don't find a file "email.changed" in this archieve,
  130. my email address is:
  131.                 mainz@mats.gmd.de
  132.  
  133.  
  134. The  entire  "NoClick"  package  may  be  noncommercially  redistributed,
  135. provided  that  the package  is always  distributed in it's complete  form
  136. (including it's documentation).  A small copy fee  for media costs is okay
  137. but any kind of commercial distribution is strictly forbidden!
  138. Comments  and  suggestions  how  to  improve  this  program  are generally
  139. appreciated!
  140.  
  141. Thanks to Matt Dillon for his DICE, and Olaf 'Olsen' Barthel for his
  142. help, ideas and some text clips from his documentations.
  143.  
  144.  
  145.  
  146.  
  147.